Skip to content

GODRIVER-3522 Add support for the rawData option for time-series bucket access. #2079

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 8 commits into from

Conversation

qingyang-hu
Copy link
Collaborator

GODRIVER-3522

Summary

Add support for the rawData option for time-series bucket access.

Background & Motivation

@qingyang-hu qingyang-hu force-pushed the godriver3522 branch 2 times, most recently from 36a2415 to 74af6b8 Compare June 16, 2025 19:58
@qingyang-hu qingyang-hu force-pushed the godriver3522 branch 17 times, most recently from 4c8b2bd to b502d9f Compare June 28, 2025 00:08
@qingyang-hu qingyang-hu force-pushed the godriver3522 branch 8 times, most recently from ca6d7dd to ae34fff Compare July 3, 2025 23:56
Copy link
Contributor

API Change Report

./v2/mongo/options

incompatible changes

BulkWriteOptions: old is comparable, new is not
ClientBulkWriteOptions: old is comparable, new is not
CountOptions: old is comparable, new is not
CreateIndexesOptions: old is comparable, new is not
DeleteManyOptions: old is comparable, new is not
DeleteOneOptions: old is comparable, new is not
DistinctOptions: old is comparable, new is not
DropIndexesOptions: old is comparable, new is not
EstimatedDocumentCountOptions: old is comparable, new is not
FindOneAndDeleteOptions: old is comparable, new is not
FindOneAndReplaceOptions: old is comparable, new is not
FindOneOptions: old is comparable, new is not
FindOptions: old is comparable, new is not
InsertManyOptions: old is comparable, new is not
InsertOneOptions: old is comparable, new is not
ListCollectionsOptions: old is comparable, new is not
ListIndexesOptions: old is comparable, new is not
ReplaceOptions: old is comparable, new is not

compatible changes

AggregateOptions.Internal: added
BulkWriteOptions.Internal: added
ClientBulkWriteOptions.Internal: added
CountOptions.Internal: added
CreateIndexesOptions.Internal: added
DeleteManyOptions.Internal: added
DeleteOneOptions.Internal: added
DistinctOptions.Internal: added
DropIndexesOptions.Internal: added
EstimatedDocumentCountOptions.Internal: added
FindOneAndDeleteOptions.Internal: added
FindOneAndReplaceOptions.Internal: added
FindOneAndUpdateOptions.Internal: added
FindOneOptions.Internal: added
FindOptions.Internal: added
InsertManyOptions.Internal: added
InsertOneOptions.Internal: added
ListCollectionsOptions.Internal: added
ListIndexesOptions.Internal: added
ReplaceOptions.Internal: added
UpdateManyOptions.Internal: added
UpdateOneOptions.Internal: added

./v2/x/mongo/driver/operation

compatible changes

(*Aggregate).RawData: added
(*Count).RawData: added
(*CreateIndexes).RawData: added
(*Delete).RawData: added
(*Distinct).RawData: added
(*DropIndexes).RawData: added
(*Find).RawData: added
(*FindAndModify).RawData: added
(*Insert).RawData: added
(*ListCollections).RawData: added
(*ListIndexes).RawData: added
(*Update).RawData: added

./v2/x/mongo/driver/xoptions

compatible changes

SetInternalAggregateOptions: added
SetInternalBulkWriteOptions: added
SetInternalClientBulkWriteOptions: added
SetInternalCountOptions: added
SetInternalCreateIndexesOptions: added
SetInternalDeleteManyOptions: added
SetInternalDeleteOneOptions: added
SetInternalDistinctOptions: added
SetInternalDropIndexesOptions: added
SetInternalEstimatedDocumentCountOptions: added
SetInternalFindOneAndDeleteOptions: added
SetInternalFindOneAndReplaceOptions: added
SetInternalFindOneAndUpdateOptions: added
SetInternalFindOneOptions: added
SetInternalFindOptions: added
SetInternalInsertManyOptions: added
SetInternalInsertOneOptions: added
SetInternalListCollectionsOptions: added
SetInternalListIndexesOptions: added
SetInternalReplaceOptions: added
SetInternalUpdateManyOptions: added
SetInternalUpdateOneOptions: added

@qingyang-hu qingyang-hu closed this Aug 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant